Skip to content

Comments

build(deps-dev): bump @effect/language-service from 0.73.1 to 0.74.0#374

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/effect/language-service-0.74.0
Feb 16, 2026
Merged

build(deps-dev): bump @effect/language-service from 0.73.1 to 0.74.0#374
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/effect/language-service-0.74.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps @effect/language-service from 0.73.1 to 0.74.0.

Release notes

Sourced from @​effect/language-service's releases.

@​effect/language-service@​0.74.0

Minor Changes

  • #641 693e5a5 Thanks @​mattiamanzati! - Added Effect v4 support for diagnostics, refactors, and piping features.

    Diagnostics:

    • multipleEffectProvide: Warns when multiple Effect.provide calls are chained, suggesting consolidation
    • strictEffectProvide: Warns when using Effect.provide with Layer outside of application entry points
    • missingLayerContext: Detects missing Layer context requirements
    • deterministicKeys: Extended to support ServiceMap.Service patterns
    • leakingRequirements: Extended to detect leaking requirements in ServiceMap services
    • schemaSyncInEffect: Updated with v4-specific method mappings (e.g., decodeSync -> decodeEffect)

    Refactors:

    • layerMagic: Automatically compose and build layers based on service dependencies
    • structuralTypeToSchema: Convert TypeScript interfaces and type aliases to Effect Schema classes
    • makeSchemaOpaque: Enhanced for v4 with support for Codec, DecodingServices, and EncodingServices types
    • typeToEffectSchema: Enhanced to support Effect v4 schema patterns

    Piping:

    • Added pipe transformation support for Effect v4 including Effect.fn, nested pipes, and function call conversions

Patch Changes

  • #643 68f6d12 Thanks @​mattiamanzati! - Disable schemaUnionOfLiterals diagnostic for Effect v4, as Schema.Union of multiple Schema.Literal calls is no longer applicable in v4.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@effect/language-service](https://github.com/Effect-TS/language-service) from 0.73.1 to 0.74.0.
- [Release notes](https://github.com/Effect-TS/language-service/releases)
- [Changelog](https://github.com/Effect-TS/language-service/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/language-service/compare/@effect/language-service@0.73.1...@effect/language-service@0.74.0)

---
updated-dependencies:
- dependency-name: "@effect/language-service"
  dependency-version: 0.74.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 16, 2026
@github-actions github-actions bot merged commit 10a1f9a into Current Feb 16, 2026
6 of 9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/effect/language-service-0.74.0 branch February 16, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant